Before installing ImageGear Professional for Unix, make sure that your computer system meets the minimum requirements detailed in this section (this is applicable to both i386 and x86_64 platforms).
- Intel based platform
- 2.4 or 2.6 kernel
- GCC 4.1 compiler
- X11R6 include files & libraries
- Java Runtime Environment: Oracle Java SE 1.6.0.23 or later (to run License Manager and Server Licensing Utility)
Supported Operating Systems:
- CentOS 5.9, 6.4 (32-bit & 64-bit)
- Red Hat Enterprise Linux 5.9, 6.4 (32-bit & 64-bit)
- Ubuntu 12.04 LTS, 13.10 (32-bit & 64-bit)
![]() |
ImageGear will also run on other Linux distributions, as long as those fully satisfy the requirements listed in this section. |
Detailed requirements for libraries:
- libc.so.6
- libstdc++.so.6
- libm.so.6
- libpthread.so.0
- libgcc_s.so.1
- libX11.so.6
- libXau.so.6
![]() |
By default, C libraries are being built with thread local storage enabled. Please make sure to use such kind of libraries, i.e., they should be built without ‘--without-tls’ compiler flag. |
To install all required packages, do the following:
RPM package:
Copy Code |
|
|---|---|
yum install gcc gcc-c++ libX11-devel |
|
DEB package:
Copy Code |
|
|---|---|
apt-get install g++ libx11-dev
|
|
To build/run GUI samples, additional packages are required:
- Motif 1.2 or later
- make
- cmake
To install them, do the following:
RPM package:
Copy Code |
|
|---|---|
yum install libXt-devel libXext-devel libXp libXp-devel openmotif openmotif-devel make cmake |
|
DEB package:
Copy Code |
|
|---|---|
apt-get install libmotif3 libmotif-dev libxext-dev libxp-dev cmake
|
|
